!importantNN n/a   IE 4   CSS 1
 Inherited: No
 

Increases the weight (importance) of an attribute setting with respect to cascading order. This keyword is a declaration rather than an attribute, but it can be attached to any attribute setting. The syntax requires an exclamation symbol between the attribute value and the important keyword. Extra whitespace around the exclamation symbol is acceptable. See .

 
CSS Syntax
!important
 
Value
No values assigned to this declaration.
 
Example
P {font-size: 14pt ! important}
 
Applies To
All elements.